home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Code / FIELD / interfaces / _bw350.as next >
Encoding:
Text File  |  2010-05-14  |  288 b   |  17 lines

  1. package Code.FIELD.interfaces
  2. {
  3.    import Code.LIB._be548;
  4.    
  5.    public interface _bw350
  6.    {
  7.       function get _ao508() : Boolean;
  8.       
  9.       function get display() : _be548;
  10.       
  11.       function onEnterFrame() : void;
  12.       
  13.       function _dx150() : void;
  14.    }
  15. }
  16.  
  17.